home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / newlst.zip / NEWLST.DOC < prev    next >
Text File  |  1992-01-09  |  4KB  |  108 lines

  1.                                   NEWLST
  2.  
  3.                  A RELAYNET Statistical Bulletin Generator
  4.                      For The Newlife Christian Network
  5.  
  6.                                     by
  7.  
  8.                                Kevin Cummins
  9.  
  10.  
  11.  
  12.  
  13.  
  14. NEWLST is a simple utility that creates Bulletin or Welcome Screens for
  15. your BBS. It includes the current time of the mail transfer as well as the
  16. number of messages imported and exported, by reading the info in the
  17. RELAY.LOG file created by PcRelay software.
  18.  
  19.  
  20. NEWLST was written with the Spitfire BBS Sysop in mind (since that it what
  21. I run.....convenient, huh?) It will allow you to add a Spitfire <MORE>
  22. prompt to the end of the display if you desire. Since this is a command
  23. line option, NEWLST can be used on any other BBS, too.
  24.  
  25.  
  26. NEWLST OPERATION:
  27.  
  28.  
  29. NEWLST operation is very simple with four paramaters on the command line.
  30. If you run NEWLST with no or incorrect parameters, you will get the
  31. following message:
  32.  
  33.  
  34.      Usage: NEWLST <Log path> <Bulletin path> <color> <SF Pause>
  35.      Example:NEWLST C:\RELAY\RELAY.LOG C:\SF\DISPLAY\ALL.CLR /Y /N
  36.  
  37.  
  38.      1. <Log path> is the full path and filename for your relay.log file   
  39.         created by the PcRelay Software.
  40.  
  41.      2. <Bulletin path> is the full path and filename for the bulletin,    
  42.         welcome, or goodbye screen you wish generated.
  43.  
  44.      3. <Color> is whether you are creating ansi color screen with a clear
  45.         screen or not. Choice is either /N or /Y.
  46.      
  47.      4. <SF Pause> is whether of not you want a Spitfire <MORE> prompt     
  48.         added to the end of the display file. Choice is either /N or /Y.
  49.         If you are not using this with Spitfire BBS Software, you would
  50.         obviously want to use /N here
  51.  
  52.  
  53.  
  54.  
  55.  
  56. NEWLST reads the RELAY.LOG file for it's info, and uses the system clock
  57. for the time in the display. Therefore, you would want to add this to the
  58. batch file you use for your mail runs. To keep NEWLST from reading from
  59. relay.log in the case of an unsuccessful mail run and writing incorrect
  60. info to the display. I recommend the following procedure:
  61.  
  62.  
  63. This is my mail run batch file. Yours may, of course, vary somewhat.
  64.  
  65.      CD\PCRELAY                    ->Changes to Dir for PcRelay
  66.      EXPORT                        ->Run The Export Routine
  67.      CD\PRO20                      ->Change to Communications Dir
  68.      PCPLUS /FRELAY                ->Runs Procomm from Script
  69.      IF EXIST IN.RLY GOTO YES      ->Indicates Successful run 
  70.      CD\PCRELAY                    ->Change back to PcRelay Dir
  71.      IMPORT                          without running NEWLST &    
  72.      GOTO END                        run Import routine.    
  73.      :YES                          ->Run this branch if successful
  74.      CD\PCRELAY                      & runs import routine & NEWLST.
  75.      IMPORT
  76.      NEWLST C:\PCRELAY\RELAY.LOG C:\SF\DISPLAY\ALL.CLR /Y /Y
  77.      NEWLST C:\PCRELAY\RELAY.LOG C:\SF\DISPLAY\ALL.BBS /N /N
  78.      GOTO END
  79.      :END
  80.      REBOOT                        ->I use a utility to reboot system
  81.                                      after mail run. Not necessary.   
  82.      
  83.      
  84. There are other ways this utility could be implemented, but this works
  85. just fine for me. 
  86.  
  87. REGISTRATION:
  88.  
  89. Registration for NEWLST is a modest $5. If you wish to register, send $5
  90. to the address below. Your registered version can include your BBS Name
  91. at the top of the display if you so desire. Simply include a note as to
  92. how you want the BBS name to appear.
  93.  
  94. If you register and run something other than Spitfire and need the display
  95. to include a <MORE> prompt, supply me with the ascii codes your BBS needs
  96. to include it, and I will replace Spitfire's codes with yours. 
  97.  
  98. I can be reached thru the Newlife Net at ->CCBBS.
  99.  
  100. Thank you for looking at NEWLST.
  101.  
  102.  
  103. C & C Bulletin Board System         (618)-253-3608
  104. C/O Kevin Cummins                       USR DS
  105. 100 Humphrey Road
  106. Harrisburg, IL 62946
  107.  
  108.